home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000
/
Ham Radio 2000.iso
/
ham2000
/
tcp_ip
/
os2
/
pmnos11s
/
ax25tnc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-10-31
|
260b
|
16 lines
#ifndef NULLTNC
struct ax25tnc {
struct proc *output;
struct proc *upload;
struct session *session;
};
#define NULLTNC ((struct ax25tnc *)0)
/* In ax25cmd.c: */
void ax_upload __ARGS((int unused,void *sp1,void *p));
#endif /* NULLTNC */